.page-banner img {
  margin-bottom: 0 !important;
}

.certificate-query {
  display: block;
  box-sizing: border-box;
  padding: 0.18rem;
  width: 84vw;
  margin: .3rem auto 0 auto;
  background: #fff;
  border-radius: .08rem .08rem 0 0;
}

.form-box {
  width: 100%;
}

.certificate-query .form-input {
  width: calc(100% - .2rem);
  height: .2rem;
  border: none;
  margin: .1rem auto 0 auto;
  border-radius: .04rem;
  background: rgba(233, 236, 242, 1);
  padding: .15rem .1rem;
  font-size: .14rem;
  font-weight: 400;
}

.certificate-query .form-label {
  margin-top: .17rem;
  font-size: .14rem;
  font-weight: 500;
  color: rgba(102, 107, 122, 1);
}

.certificate-query .form-submit {
  border: none;
  width: 100%;
  background: rgba(36, 38, 43, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: .5rem;
  margin: .4rem auto .2rem auto;
  border-radius: .05rem;
  font-size: .16rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.down-area {
  border-radius: 0 0 .08rem .08rem;
  margin-top: 0;
  margin-bottom: .2rem;
  background: rgba(233, 236, 242, 1);
}